body .container {
    max-width: 100%;
    width: 85%;
}

/* Banner */

.about-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #016481;
    margin-bottom: 1rem;
}

.about-banner-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.about-page-content .section-para {
    width: 75%;
    margin: auto;
}

/* Home css */
.home-about-section {
    background-image: url('/images/home-intro-bg.png');
    background-size: 100% 100%;
}

/* progress bar (simple) */
.progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, .25)
}

.progress__bar {
    height: 100%;
    width: 0;
    background: #fff;
    transition: width .1s linear
}

img.possible-product-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 400px;
}


.line-text-module {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-text-module .text {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #016481;
    padding: 20px;
}

.line {
    width: 400px;
    height: 2px;
    background-color: #1e3a8a;
    animation: move 2s infinite;
    border: 2px solid transparent;
    border-image-source: linear-gradient(270deg, #016481 0%, #fff 100%);
    border-image-slice: 1;
}

.line.right {
    border-image-source: linear-gradient(270deg, #ffffff 0%, #016481 100%);
}

.text {
    padding: 0 15px;
    color: #1e3a8a;
    font-size: 24px;
    font-weight: bold;
}

.home-category-card {
    padding: 5px;
}

.home-category-img {
    margin-bottom: 10px;
}

.home-category-card,
.home-category-img,
.card-bottom {
    border: 0.92px solid #C2C2C2;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.division-label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    text-align: center;
    border-radius: 44px;
    padding: 6px 15px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.division-label.pink-label {
    background: #F9EAEF;
    color: #BF2D61;
}

.division-label.blue-label {
    background: #E4F9FF;
    color: #016380;
}

.division-label.purple-label {
    background: #FFEDF3;
    color: #663E93;
}

.division-label.yellow-label {
    background: #FFEFB8;
    color: #413F3F;
}

.card-content {
    text-align: left;
    padding: 12px;
    border-radius: 16px;
    /* margin: 5px; */
}

.card-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.card-content p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #757577;
    padding-top: 8px;
}

.home-category-card:hover .card-bottom {
    border-color: transparent;
}

.home-category-card:hover .card-content {
    background-image: url('/images/card-hover.png');
    background-size: 100% 100%;
}

.home-category-card:hover .card-content h3,
.home-category-card:hover .card-content p {
    color: #fff;
}

.arrow {
    /* width: 50px;
height: 50px; */
    display: none;
    position: absolute;
    right: 7px;
    bottom: 2px;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    padding: 0;
    border-top-left-radius: 16px;
}

.arrow svg {
    width: 27px;
    height: 27px;
    border-radius: 100px;
    padding: 5px;
    /* background-color: var(--token-ee5ffa32-176c-49f9-ad45-dd55368bee3b, rgb(237, 228, 252)); */
    background-color: #006380;
    transition: all 300ms;
    transform: rotate(-40deg);
}

.home-category-card:hover .arrow {
    display: flex;
}

.top-corner,
.bottom-corner {
    height: 20px;
    width: 20px;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    overflow: hidden;
    transform: rotate(270deg);
}

.top-corner {
    top: 115px;
    right: 8px;
}

.bottom-corner {
    top: 158px;
    right: 53px;
}


.bottom-corner .semicircle {
    background-color: #e6edf5;
}

.top-corner .semicircle {
    background-color: #d3dae4;
}

.home-cta-section {
    position: relative;
    background: url('../images/overview/about-background.png') no-repeat center center/cover;
    padding: 4rem 1rem;
}

.home-cta-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*background-image: url('/images/cta-bg-logo.png');*/
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-cta-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    color: #FFFFFF;
    width: 90%;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 38px;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 30px;
}

.section-para {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
    width: 90%;
}

.section-para span {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
    width: 90%;
}

.section-title2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 38px;
    vertical-align: middle;
    color: #016481;
    margin-bottom: 25px;
}

/* Ensure image fits well */
.home-cta-section img {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .home-cta-section {
        padding: 4rem 1rem 1rem;
    }

    .home-cta-section .row {
        flex-direction: column;
    }

    .home-cta-section img {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 34px;
    }

    .section-para {
        width: 100%;
    }

}




/*  CTA action */


/*  CTA action */


.career-cta {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career-cta-inner {
    background-image: url('../images/overview/inno-bg.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 17px;
}

.cta-text {
    flex: 1 1 45%;
}

.cta-text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;

}

.cta-text h2 span {
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;


}

.cta-text p {
    font-size: 16px;
    margin-bottom: 25px;
    color: white;
    margin-top: 25px;

}

.cta-btn {
    padding: 12px 30px;
    background: #ffffff;
    color: #1e7a8c;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #1e7a8c;
    color: white;
    border: 1px solid #fff;
}

/* Image container with border */
.cta-image {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-image img {
    width: 100%;
    max-width: 350px;
    /* light grey border */
    border-radius: 12px;
    object-fit: cover;
}



/* Last grid section*/

/* box section start */

.custom-benefit-section {
    padding: 60px 20px;
    text-align: center;
    background: #F4F4F4;
    background-repeat: repeat;
    background-size: 100% 100%;
}

.explore-section {
    width: 90% !important;
}

.benefit-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem;

}

.benefit-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 0.92px solid #C2C2C2;
    width: 32%;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 20px 0 10px 30px;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 220px;
}

.benefit-box:hover {
    background: url('../images/overview/explore-box-border.png') no-repeat center center/cover;
    background-repeat: repeat;
    background-size: 100% 100%;
    border: none;

}

.benefit-text {
    flex: 1;
    text-align: left;
    padding-right: 15px;
}

.benefit-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.benefit-text p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #757577;
}

.benefit-image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.benefit-image img {

    /*position: absolute;*/
    /*top: -77%;*/
    /*right: 10%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.benefit-image .normal-icon {
    opacity: 1;
    display: block;
}

.benefit-image .hover-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .normal-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .hover-icon {
    opacity: 1;
    display: block;
}

.benefit-box:hover .benefit-text h3 {
    color: #000000;
}

.benefit-box:hover .benefit-text p {
    color: #757577;

}

/* box section end */












.map-section {
    padding: 30px 20px 80px;
}

.logo-grid-image {
    width: 800px;
    display: block;
    margin: 2rem auto 0;
}


.grid-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 2rem;
}






@media (max-width: 768px) {

    body .container {
        max-width: 100%;
        width: 100%;
    }

    .section-optical {
        min-height: 800px;
        color: #fff;
    }

    .text-banner-content {
        top: 83%;
        z-index: 2;
    }

    .benefit-box {
        width: 100%;
        height: 190px;
        padding: 10px 20px;
    }

    .text-banner-content h3 {
        font-size: 30px;
    }

    .explore-section {
        width: 100% !important;
        padding: 0;
    }

    .benefit-text h3 {
        font-size: 18px;
    }

    .benefit-text p {
        font-size: 16px;
    }

    .map-section {
        padding: 2rem 1rem;
        padding-bottom: 3rem;
    }

    .grid-text {
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .logo-grid-image {
        width: 1400px;
        display: block;
        margin: 2rem auto 0;
    }

}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .career-cta {
        padding: 20px 20px;
    }

    .career-cta-inner {
        padding: 30px 20px;
        text-align: center;
    }

    .career-cta-inner {
        background-image: url('../images/overview/inno-bg-mobile.png');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }


    .cta-text {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cta-image {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
    }

    .cta-image img {
        max-width: 80%;
        height: auto;
    }

    .cta-text h2 {
        font-size: 32px;
    }

    .cta-text h2 span {
        font-size: 32px;
    }

    .cta-text p {
        font-size: 14px;
    }

    .cta-btn {
        width: 100%;
        padding: 14px 30px;
        margin-top: 20px;
    }
    .about-banner-content {
    position: absolute;
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 1;
}
.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #016481;

}
}